-
Notifications
You must be signed in to change notification settings - Fork 14
Antalya 25.8 Backport of #88341: Disable catalogs in system tables #1239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Antalya 25.8 Backport of #88341: Disable catalogs in system tables #1239
Conversation
…in_system_tables Disable catalogs in system tables
…ckports/antalya-25.8/88341_disable_catalogs_in_system_tables
|
QA verified by manual check: |
|
@alsugiliazova , as far as I can see hints are not covered by the test. |
That was the original issue we were trying to address by this backport, maybe worth. |
|
Related issue ClickHouse#89189 |
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Now datalakes catalogs will be shown in system introspection tables only if
show_data_lake_catalogs_in_system_tablesexplicitly enabled (ClickHouse#88341 by @alesapin)Besides this, error hints don't use catalogs.
Note, that in Antalya show_data_lake_catalogs_in_system_tables is
trueby default